CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux 聊天程序

搜索资源列表

  1. linux下c语言多路复用实现聊天程序

    1下载:
  2. 多路复用实现的聊天程序的客户端和服务器端
  3. 所属分类:源码下载

  1. chat-new.rar

    0下载:
  2. LINUX 下c语言编写的聊天程序,里面包括几个相关的源码和说明。,LINUX prepared under the c language chat program, which includes several related source code and instructions.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-22
    • 文件大小:44286
    • 提供者:gentlemanlyx
  1. linuxmutitalk.rar

    0下载:
  2. 采用socket套接字方式实现一个简单的linux下多人聊天程序,运用了多线程技术。,To achieve more than a simple chat program under linux, using multi-threading.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:25890
    • 提供者:huyang
  1. chat

    0下载:
  2. linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:16805
    • 提供者:cxt
  1. ChatServer

    0下载:
  2. Linux c语言多进程多用户聊天程序 使用多进程与多线程合作 使用共享内存V进行交换信息 可谓Linux网络套接字编程学习之良品-Linux c multi-process multi-user chat server
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:5943
    • 提供者:hydra
  1. Linux_chatroom_select

    0下载:
  2. Linux网络编程一步一步学-异步通讯聊天程序(select)-Linux Network Programming step by step learning- asynchronous communication chat program (select)
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:3454
    • 提供者:王波
  1. FreeChat-ssl

    0下载:
  2. linux下基于ssl安全套接字设计的一个聊天程序,包含客户端和服务器的源码。-linux based ssl secure socket design a chat program, including client and server source code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:33369
    • 提供者:lin
  1. linux-chat-tcp

    0下载:
  2. linux下的聊天程序,使用TCP三次握手-chat program under linux, using the TCP three-way handshake
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:2422
    • 提供者:梁涛
  1. e-comm

    0下载:
  2. 代码来自sourceforge,在linux下的实时语音聊天程序,使用了adpcm编码,同时还使用了RTP实时传输协议,是一个很好的学习实时传输协议的程序。- The code comes from sourceforge, chats the procedure under the linux real-time pronunciation, has used the adpcm code, meanwhile has used the RTP real-time transmissi
  3. 所属分类:VOIP program

    • 发布日期:2017-11-09
    • 文件大小:81566
    • 提供者:杨静文
  1. linuxsocket

    0下载:
  2. linux聊天程序试试看毕业设计 没什么写的了-Try linux chat program not written by graduate design of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:13508
    • 提供者:徐刚
  1. Linux

    0下载:
  2. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4949
    • 提供者:dingdan
  1. ipc

    0下载:
  2. 在linux下利用消息队列实现简单的聊天程序-In linux message queue implementation using a simple chat program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:4866
    • 提供者:彭晓
  1. chat

    0下载:
  2. linux下的一个聊天程序 ,代码完整, 调试通过。 既可以做服务器, 也可以做客户端。 程序代码才采用多种异步通讯模式。希望对初学习LINUX和TCP/CP的人有帮助。 -one chat room project under linux platform . complete project with no any bug. u can treat it as a server , and u can treat as a client as well. serval
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:13953
    • 提供者:吕 广林
  1. unpv13e

    0下载:
  2. 详细说明:Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:629410
    • 提供者:chenim
  1. chat

    0下载:
  2. linux下的聊天程序,具有局域网自动发现功能-chat program under linux , which have auto dectect function
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:20325
    • 提供者:孙消广
  1. cas

    0下载:
  2. linux下的利用网络编程编写的聊天程序源代码,含已经编译好的程序。-linux network programming under the use of chat program written in the source code, including the already compiled program.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-09
    • 文件大小:12875
    • 提供者:kang
  1. Linux下Socket编程通讯程序

    0下载:
  2. 使用Socket套接字编程,设计在Linux下的简单聊天程序。 程序分为客户端、服务器端程序,命令行方式使用,无界面。已经实现了如下功能: ■ 新用户注册,若预注册用户已经存在同名用户,则不能再注册 ■ 用户登录,可验证用户名、密码 ■ 用户登出或注销账户 ■ 在线用户查询,客户端可得到所有在线用户 ■ 聊天服务,与任一在线用户聊天 (在同一段时间内可接收多人的消息,但只能给一个人发送消息) ■ 传输文件,对好友名进行验证,对输入的文件名是否合法进行验证
  3. 所属分类:网络编程

    • 发布日期:2014-04-15
    • 文件大小:643030
    • 提供者:buwuzhe90
  1. cli_test

    0下载:
  2. 基于嵌入式Linux的聊天程序的客户端部分,使用socket套接字进行网络间通信。(The client part of the chat program based on embedded Linux uses socket socket to communicate with each other.)
  3. 所属分类:Linux/Unix编程

  1. ser_test

    0下载:
  2. 嵌入式Linux的聊天程序的服务器端程序,基于socket套接字进行网络间通信。(Embedded Linux chat program server-side program, based on socket socket for inter network communication.)
  3. 所属分类:Linux/Unix编程

  1. 51CTO下载-linux下的udp聊天程序代码

    0下载:
  2. 在基于linux下实现聊天的功能,群聊和私聊都可以实现。(To achieve the function of chat, group chat and private chat can be achieved)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:123wan
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com